home *** CD-ROM | disk | FTP | other *** search
- .key FILE/A,ICON/A,CREATE/S,TYPE/K
- .bra {
- .ket }
-
- ; $VER: ic 1.1 (1.12.96)
-
- if exists {FILE}
- if exists Laceless:Icons/{ICON}.info
- if NOT {CREATE}
- iconpos >NIL: {FILE} Image Laceless:Icons/{ICON}
- else
- if NOT {TYPE}
- echo ic: ERROR: TYPE must be set for a CREATE
- else
- iconpos >NIL: {FILE} Create Type={TYPE} Image Laceless:Icons/{ICON}
- endif
- endif
- else
- echo ic: ERROR: {ICON} Does not exist in the Laceless Set
- endif
- else
- echo ic: ERROR: Can't find {FILE} info file
- endif
-